Appliance Recovery Restore Job RestoreRequest
Appliance Recovery Restore Job RestoreRequest schema Structure representing requested restore piece
{
"parts": [
"string"
],
"backup_password": "string",
"location_type": "string",
"location": "string",
"location_user": "string",
"location_password": "string",
"sso_admin_user_name": "string",
"sso_admin_user_password": "string",
"ignore_warnings": false
}
List of standalone parts to restore. Only parts with the Appliance Recovery Backup Parts Part.standalone flag set to true
can be included.
This property was added in vSphere API 8.0.3.0.
If missing or null
entire VCSA will be restored.
a password for a backup piece
backupPassword If no password then the piece will not be decrypted
a type of location
For more information see: Appliance Recovery Restore Job LocationType.
path or url
username for location
locationUser User name for this location if login is required.
password for location
locationPassword Password for the specified user if login is required at this location.
Administrators Username for SSO.
This property was added in vSphere API 6.7.
If missing or null
SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.
The password for SSO admin user.
This property was added in vSphere API 6.7.
If missing or null
SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.
The flag to ignore warnings during restore
This property was added in vSphere API 6.7.
If missing or null
, validation warnings will fail the restore operation